From 10703a02750826d7038cb5d172fcc18b4c46c587 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 3 Sep 2014 22:41:56 -0400 Subject: [PATCH] notification tests: Skip GtkEntryCompletion::text-column This one is special. --- testsuite/gtk/notify.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c index 5fa2f6ff33..a5d421b8d0 100644 --- a/testsuite/gtk/notify.c +++ b/testsuite/gtk/notify.c @@ -465,6 +465,10 @@ test_type (gconstpointer data) if (type == GTK_TYPE_SETTINGS) continue; + if (g_type_is_a (pspec->owner_type, GTK_TYPE_ENTRY_COMPLETION) && + g_str_equal (pspec->name, "text-column")) + continue; + if (g_type_is_a (pspec->owner_type, GTK_TYPE_MENU_ITEM) && g_str_equal (pspec->name, "accel-path")) continue; -- 2.30.2